popcnt 0.1.0

count number of set bits in a byte slice
Documentation

rust crate for counting the number of set bits in a byte slice, with simd acceleration when available.

features

  • std: enabled by default. enables runtime arch detection.
  • nightly: enables avx512 simd implementation.